home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-in_the_mag-
/
basics
/
amos
/
intuiextend20b.lha
/
distribution
/
exemples
/
PPCrunch.asc
< prev
next >
Wrap
Text File
|
1980-03-09
|
717b
|
29 lines
'**************************************
' *
' IntuiExtend.Lib 2.0/@1995-98 *
' *
' by CIERP Philippe. *
' *
' from AMIGAzette 83 *
' *
'**************************************
'
' command
' -Pp Crunch
' -Pp Write
'
'Compactage PowerPacker
A$=Fsel$(Dir$,"FileName","Selectionné le fichier à compacter")
Open In 1,A$ : L=Lof(1)
'
Print "Taille avant :";L
'
Reserve As Work 5,L
Bload A$,5
'
A=Pp Crunch(Start(5),L,0,0)
A$=Fsel$(Dir$,"FileName.pp","Entrez le non de sauvegarde")
'
Pp Write A$,Start(5) To A,0
Print "Taille aprés :";A